home *** CD-ROM | disk | FTP | other *** search
- #Note: that when you expand an already installed compressed package
- #this script is run. So there for you must ensure that the .gz file is
- #present because when you compress a package in Installer.app you will
- #always get a *.Z
-
- if [ -f $1/elm.tar.gz ] ;then
- /bin/echo "Uncompressing Elm"
- /usr/bin/gunzip < $1/elm.tar.gz > $1/elm.tar
- /usr/ucb/compress $1/elm.tar
- fi
- /bin/echo OK
-